-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(abfs): Register write filesink #11973
Conversation
✅ Deploy Preview for meta-velox canceled.
|
When creating an instance of |
UT failure is not related to this PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhli1142015 Thanks for adding the tests. A couple of comments.
/// Test only. | ||
static void registerFakeWriteFileClient( | ||
std::unique_ptr<AzureDataLakeFileClient> fakeClient) { | ||
fakeWriteClient_ = std::move(fakeClient); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For safety and simplicity, let's check and initialize the singleton testWriteClient_
here.
86d5808
to
c691bc3
Compare
velox/connectors/hive/storage_adapters/abfs/tests/MockDataLakeFileClient.h
Outdated
Show resolved
Hide resolved
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @zhli1142015
@kevinwilfong has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kevinwilfong merged this pull request in c324cd8. |
No description provided.